kotlin-stdlib
JS
kotlin-stdlib
/
kotlin.collections
/
[JS]MutableMap
/
putAll
put
All
JS
abstract
fun
putAll
(
from
:
Map
<
out
K
,
V
>
)
Content copied to clipboard
Updates this map with key/value pairs from the specified map
from
.